home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
pc
/
macf
/
mger.dir
/
00065_Delete All G..ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-10
|
205 b
|
13 lines
on mouseUp
global prev, lastFrame
if count(movielist) > 0 then
clearall()
updateStage()
else
repeat with x = 13 to 18
puppetSprite(x, 0)
end repeat
go("NoMov")
end if
end